home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / lmastr41.arc / INSTALL.BAT next >
DOS Batch File  |  1990-02-07  |  591b  |  27 lines

  1. echo off
  2. if (%1)==() goto whoops
  3. cls
  4. echo Now installing Label Master on Drive %1... sit back and relax
  5. md %1:\lm4
  6. copy lmaster.exe %1:\lm4
  7. cls
  8. %1:
  9. cd\lm4
  10. lmaster
  11. echo.
  12. echo    The subdirectory \LM4 now contains Label Master and documentation
  13. echo    files.
  14. echo.
  15. echo    For instructions on how to use Label Master, select Services at
  16. echo    the Main Menu, then Option S -Print Users Manual.
  17. echo.
  18. echo    Installation complete. Ready to start Label Master.
  19. echo.
  20. pause
  21. cls
  22. lm4
  23. goto quit
  24. :whoops
  25. echo You forgot to type a drive letter, please try again...
  26. :quit
  27.